logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Alexander Constantinescu
2023-04-21

tldr - powered by Generative AI

Improving the reliability of Kubernetes load balancers
  • Kubernetes load balancers are critical for application ingress
  • Current load balancer configuration is simplistic and introduces serious failure modes
  • The proposed solution involves refactoring support to better uphold application SLA
  • The talk covers the background, problem, solution, and future work
Authors: Rodrigo Campos Catelin, Marga Manterola
2023-04-20

tldr - powered by Generative AI

The presentation discusses the benefits and challenges of using Kubernetes for Cloud Native applications.
  • Kubernetes can automate tasks and make applications more resilient
  • Automatic health checking and load balancing are important features of Kubernetes
  • Kubernetes is a complex abstraction layer that requires learning and debugging
  • Deploying applications as Kubernetes deployments involves writing YAML files that specify desired state
  • Connecting backend and frontend pods in Kubernetes requires service objects